projects
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbb7d6e
)
perl: Fix out-of-tree build by generating symlinks
author
Hilko Bengen
<bengen@debian.org>
Thu, 23 May 2013 17:20:17 +0000
(19:20 +0200)
committer
Hilko Bengen
<bengen@debian.org>
Thu, 8 Jan 2026 09:21:55 +0000
(10:21 +0100)
Gbp-Pq: Name perl-Fix-out-of-tree-build-by-generating-symlinks.patch
perl/Makefile.am
patch
|
blob
|
history
diff --git
a/perl/Makefile.am
b/perl/Makefile.am
index 478ec5d586beececcf0ef1fa6725910d63f9224f..17a015ef3f0bfcafe3a80d6aa239428b8f1b785f 100644
(file)
--- a/
perl/Makefile.am
+++ b/
perl/Makefile.am
@@
-57,8
+57,10
@@
all-local: Build
clean-local: Build
./Build clean
+ if [ $(srcdir) != $(builddir) ]; then find -type l | xargs rm -f ; fi
Build: Build.PL
+ if [ $(srcdir) != $(builddir) ]; then cp -rsft $(builddir) $(abs_srcdir)/. ; fi
$(PERL) Build.PL --prefix "@prefix@"
TESTS_ENVIRONMENT = $(top_builddir)/run --test